|
|
|
|
LeftMargin Property, SftTabs Class |
Defines the size of the left/top margin.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property LeftMargin As Integer |
C# |
public int LeftMargin { get; set; } |
C++ |
public: property int LeftMargin { |
Property Value
The width of the left/top margin in pixels.
The default value is 0.
Comments
The LeftMargin property defines the size of the left/top margin.
Certain tab control styles (see Style property) have built-in margins which cannot be removed. The LeftMargin property does not return the size of the built-in margin. It only returns the additional user-defined margin.
The RowIndent property can be used to control the indentation of each row.